XmlNodeBase.GetChildNode<T> Method

protected T GetChildNode<T>() 
where T : XmlNodeBase, new()
This language is not supported or no code example is available.
generic<typename T> 
where T : XmlNodeBase^, gcnew() 
protected:  
T^ GetChildNode()
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Type Parameters

T

Return Value

T

In this article

Definition